Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency blocking issue #171

Merged
merged 3 commits into from
Jul 9, 2019
Merged

Concurrency blocking issue #171

merged 3 commits into from
Jul 9, 2019

Conversation

dahankzter
Copy link
Contributor

The partition key generator does not block now if it happens that the targeted source is full.

Fixes: #168

Henrik Johansson added 3 commits July 9, 2019 14:07
It was previously possible for the generator goroutine to block if
the targeted source was full. We simply now ignore the generated value
and continue on to generate another.
@dahankzter dahankzter requested a review from penberg July 9, 2019 12:16
@penberg penberg merged commit cf32784 into master Jul 9, 2019
@penberg penberg deleted the concurrency_blocking_issue branch December 11, 2019 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persistent deadlock/block preventing proper shutdown
2 participants